Carbon


DisposePixPat

Header: Quickdraw.h Carbon status: Supported

Releases the storage allocated to a pixel pattern.

void DisposePixPat (
    PixPatHandle pp
);
pp

A handle to the pixel pattern to be disposed of.

DISCUSSION

The DisposePixPat function disposes of the data handle, expanded data handle, and pixel map handle allocated to the pixel pattern that you specify in the ppat parameter.

The DisposePixPat function is also available as the DisposPixPat function.

AVAILABILITY

Supported in Carbon. Available in CarbonLib 1.0 and later when InterfaceLib 7.1 or later is installed. Exported by CarbonLib 1.0 and later and by InterfaceLib 7.1 and later.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)